Nevron.Nov Namespace / NUriHelpers Class / CreateDataUriString Method / CreateDataUriString(String,Byte[]) Method
In This Topic
    CreateDataUriString(String,Byte[]) Method
    In This Topic
    Creates a base64-encoded data URI string from the given mime type and byte array.
    Syntax
    public static System.string CreateDataUriString( 
       System.string mimeType,
       System.byte[] data
    )

    Parameters

    mimeType
    data
    Exceptions
    ExceptionDescription
    The exception that is thrown when one of the arguments provided to a method is not valid.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also